Welcome![Sign In][Sign Up]
Location:
Search - uml java

Search list

[JSP/JavaJavaforuml

Description: 这是一本为java编写的uml书,very good!
Platform: | Size: 695932 | Author: my dkkd | Hits:

[Other resourceAgile_Software_Development_Principles_Patterns_and

Description: 书名:< 敏捷软件开发:原则、模式与实践>> 2003年6月荣获美国《软件开发》第13届震憾(Jolt)大奖! 在本书中,享誉全球的软件开发专家和软件工程大师Robert C.Martin将向您展示如何解决软件开发人员、项目经理及软件项目领导们所面临的最棘手的问题。这本综合性、实用性的敏捷开发和极限编程方面的指南,是由敏捷开发的创始人之一所撰写的。 特色内容: ●讲述在预算和时间要求下,软件开发人员和项目经理如何使用敏捷开发完成项目。    ●使用真实案例讲解如何用极限编程来设计、测试、量构和结对编程   ●包含了极具价值的可多次使用的C++和JAVA源代码。   ●重点讲述了如何使用UML和设计模式解决面向客户系统
Platform: | Size: 18311900 | Author: 李金彦 | Hits:

[Other resourcejavaanduml

Description: 这本书叫你将java与uml结合起来协同开发,uml主要教您学会如何根据需求进行设计,然后利用java进行开发
Platform: | Size: 8304437 | Author: fangfangpp | Hits:

[JSP/JavaexamplesFromTheBook

Description: Java the UML Way 书中所有源码
Platform: | Size: 228131 | Author: 陈平 | Hits:

[Other resourceHead.FirstDesignPatten3

Description: 本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
Platform: | Size: 2271844 | Author: 吴欢 | Hits:

[JSP/JavaHead.FirstDesignPatten4

Description: 本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
Platform: | Size: 2315465 | Author: 吴欢 | Hits:

[Other resourceHeadFirstDesignPatten2

Description: 本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
Platform: | Size: 3635588 | Author: 吴欢 | Hits:

[Other resourceHead.FirstDesignPatten1

Description: 本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
Platform: | Size: 2028818 | Author: 吴欢 | Hits:

[JSP/Javatushuguanjava

Description: 图书管理系统JAVA版,包括用ROSE作需求分析,建模的UML mdl文件和用JAVA完整实现的源代码
Platform: | Size: 409346 | Author: 中英文对照 | Hits:

[Other resource1

Description: 本文档结合UML语言介绍一个典型的企业进、销、存管理信息系统的软件开发过程。内容包括系统的需求分析、建模分析、文件结构分析、数据结构分析、项目创建与设置、基础信息模块的创建、进货模块的创建、库存模块的创建、销售模块的创建等,涉及Java语育、管理、会计方面的知识
Platform: | Size: 3014561 | Author: 菜菜 | Hits:

[Other resourceumlRationalRoseRealtime

Description: 含有uml的多个实例及实例的java源码。
Platform: | Size: 854204 | Author: yousheng | Hits:

[Other resourceAddison.Wesley.Aspect.Oriented.Software.Developmen

Description: Aspect-Oriented Software Developement Coverage includes Using AOSD to streamline complex systems development without sacrificing flexibility or scalability How AOSD builds on the object-oriented paradigmand how it s different State-of-the-art best practices for the AOSD development process Languages and foundations: separating concerns, filter technologies, improving modularity, integrating new features, and more Using key AOSD tools, including AspectJ, Hyper/J, JMangler, and Java Aspect Components Engineering aspect-oriented systems: UML, concern modeling and elaboration, dependency management, and aspect composition Developing more secure applications with AOSD techniques Applying aspect-oriented programming to database systems Building dynamic aspect-oriented infrastructure
Platform: | Size: 19123070 | Author: Conan | Hits:

[Other resourcejaveANDuml

Description: 书名:Java与UML面向对象程序设计。老师强烈推荐的一本书
Platform: | Size: 4271346 | Author: babolat | Hits:

[Develop Tools1e00656d-4c53-4fa2-a480-ed4a26983582

Description: J2EE 和 UML 开发 Java 企业级应用程序(普通下载)
Platform: | Size: 7937494 | Author: pingogogo | Hits:

[JSP/JavaConnect4

Description: JAVA写的四子棋程序(带源码和UML图)
Platform: | Size: 295435 | Author: qq | Hits:

[Software EngineeringDesignJavaAppswithUML

Description: 在图书馆管理系统中,要为每个借阅者建立一个账户,并给借阅者发放借阅卡(借阅卡可以提供借阅卡号、借阅者姓名),账户中存储借阅的个人信息、借阅信息以及预定信息。持有借阅卡的借阅者可以借阅书刊、返还书刊、查阅书刊信息、预定书刊并取消预定,但这些操作都是通过图书馆管理员进行的,也及借阅者不直接与系统交互,而是图书馆管理员充当借阅者的代理与系统交互。在借阅书刊时,需要输入所借阅的书刊名,书刊的ISBN/ISSN号,然后输入借阅者的图书卡号和借阅者名,完成后提交表格,系统验证借阅者是否有效(在系统中存在账户),若有效,借阅请求被接受,然后查询数据库系统,看借阅者所借阅的书刊是否存在,若存在,则借阅者可以借出书刊,建立并在系统中存储借阅纪录。借阅者还书后,删除关于所还书刊的借阅纪录。如果借阅者所借出的书刊已经被借出,借阅者还可预订该书刊,一旦借阅者预订的书刊可以获得,就将书刊直接寄给预订人(为了简化系统,预订书刊可获得就不通知借阅者了)。另外,系统设置了书刊的最长借阅期,如果借阅者归还的时间超过了最长借阅期,要缴纳一定的滞纳金。- Readers card holders can borrow books, return books, check books information, books and planned to cancel, but these operations are carried out by the librarians, and do not borrow directly with the interactive system, but librarians who act as agents to borrow and system interaction. The books, by the need to import borrow books, and books by ISBN/ISSN, and then borrow the book numbers and those who borrow, forms submitted after completion, the system certification Readers whether effective (in the system exist account), if effective, loan request was accepted, then inquiries database system to see Lending Lending by the existence of the books, if there, lending can borrow books, and the establishment of the system to borrow a record store. Readers also book, which also dele
Platform: | Size: 88064 | Author: 卢志宏 | Hits:

[JSP/Javasofthy332

Description: 中间商系统 1 数据库 Access2000 2 版本 jsp2.0+servlet2.4+jstl1.1+Tomcat5.5.9+JDK1.5 3 IDE工具 JBuilder2006 4 需要改的地方 com.wang.bean DataBean 的构造函数的数据库URL需要改成自己的环境 这个程序虽然没有什么技术难点 但是完全遵循MVC框架来开发的 希望可以让大家得到些知识 BY GTON 2006大年初一 北京的公司注意 本人需要一份高薪工作 简历 我叫王宁 20岁 由于文字有限 就说一下我掌握的技术把 语言: java(jsp,servlet,javaBean,struts,hibernate...) javascript+DOM应用 xml语言 javascript和xml的应用 asp.net(C#) html css delphi7 数据库: MSSQLserver MySQL ORACLE 可以看懂UML建模图 有多个项目经验(不细说了)-brokering a database system Access2000 two versions jsp2.0 servlet2 .4 jstl1.1 Tomcat5.5.9 JDK1.5 three JBuilder IDE tools 2006 4 need to change the local com.wang.bean DataBean Constructors data URL for the need to change their procedures for the environment despite a lack of any technical difficulties but fully comply with the framework to open MVC fat hope we can gain more knowledge BY GTON 2,006 companies belonging to Beijing, I need a biographical notes were better paid job, I called 20-year-old Wang Ning Because writing what I say, a limited grasp of technology to language : java (jsp, servlet, javaBean, struts, Apache ...) javascript DOM application xml language javascr ipt and xml of Asp. net (C#) html css delphi7 database : ORACLE MSSQLserver MySQL can understand UML plans a numb
Platform: | Size: 456704 | Author: 唐正 | Hits:

[JSPUMLforJavaProgrammers

Description: JAVA的UML设计资料,JAVA的UML设计资料-Java UML design information Java UML design information
Platform: | Size: 2203648 | Author: yz | Hits:

[JSP/JavaArgoUML-0.24

Description: 使用java编写的开源UML产品,功能比较全。最受欢迎的UML建模工具。-prepared by the use of java revenue UML products, the entire comparison function. The most popular UML modeling tools.
Platform: | Size: 7104512 | Author: 廖年东 | Hits:

[Software EngineeringAddison.Wesley.The.Essence.of.Object.Oriented.Prog

Description: 有是一个Addison.Wesley的经典,是学习面向对象及程序设计的经典书籍,基于Java和UML,该书为英文版Object.Oriented.Programming.with.Java.and.UML,非常非常经典,推荐给大家-Addison.Wesley there is a classic, learn object-oriented programming and classic books, based on Java and UML, The book for English Object.Oriented.Programming.with.J ava.and.UML, very classic and recommend it to everyone
Platform: | Size: 873472 | Author: whishter | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »

CodeBus www.codebus.net